@font-face {
    font-family: "Space Mono";
    src: url(/fonts/SpaceMono-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Mulish";
    src: url(/fonts/Mulish-VariableFont_wght.ttf) format("truetype");
}

@font-face {
    font-family: "Irish Grover";
    src: url(/fonts/IrishGrover-Regular.ttf) format("truetype");
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Space Mono";
    background-color: #232323;
}

.header {
    font-family: "Space Mono";
    background: linear-gradient(#ffcc66, #cc9933);
    height: 100px;
}

nav ul li {
    list-style-type: none;
    padding: 10px;
}

ul li a {
    color: white;
    transition: 0.3s;
}

ul li a:hover {
    color: #cc9933;
}

.header__menu li a{
    text-decoration: none;
}

.header__menu {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -250px;
    background-color: #232323;
    padding-top: 60px;
    transition: left 0.5s ease;
}

.header__menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.header__menu.close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 22px;
}

.burger-icon span {
    display: block;
    width: 23px;
    height: 2px;
    background-color: black;
    margin: 5px 23px;
}

.header__logo-cta {
    margin-left: 90px;
    justify-content: center;
    align-items: center;
}

.header__menu.menu__item {
    display: grid;
    position: absolute;
    background: #232323;
    width: 100%;
    top: 75px;
    left: 0;
    z-index: -1;
    transition: 0.6s;
}

.header__menu.menu__item.menu__link {
    padding-left: 35px;
}

.header__search-icon {
    margin-right: 57px;
    margin-bottom: 7px;
}

nav .burger-icon {
    width: 40px;
    height: 5px;
    margin-bottom: 10px;
    border-radius: 10%;
    transition: 0.6s;
}

.footer {
    font-family: "Mulish";
    background-color: #FEAE0B;
    width: auto;
    height: 710px;
}

.footer_logo {
    width: 68px;
    height: 68px;
    margin: 25px;
}

.footer__info {
    font-family: "Irish Grover";
    margin-left: 100px;
    margin-top: -85px;
}

.footer__sections {
    margin-left: 40px;
    margin-top: 80px;
    line-height: 150%;
}

.footer__address {
    margin-left: 40px;
    margin-top: 30px;
    line-height: 150%;
}

.footer__social-title {
    margin-left: 40px;
    margin-top: 30px;
    line-height: 150%;
}

.footer__social-icon {
    margin-top: 40px;
    margin-left: 40px;
}

.cta-section__button a{
    text-decoration: none;
    color: white;
    border: 3px solid #F56128;
}

.cta-section__button {
    background-color: #F56128;
    border: 3px solid white;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13px;
}

.cta-section__button-second {
    margin-left: 113px;
}

.arrow {
    background: white;
    height: 0.1em;
    width: 1.5em;
    margin-right: 1em;
    position: relative;
    transition: all 0.2s;
}

.arrow::before,
.arrow::after {
    position: absolute;
    content: "";
    background: white;
    height: 0.1em;
    width: 0.4em;
    right: 0;
    top: 0;
}

.arrow::before {
    transform: rotate(45deg);
    transform-origin: right bottom;
}

.arrow::after {
    transform: rotate(-45deg);
    transform-origin: right top;
}

.cta-section__button:hover .arrow {
    width: 2em;
}

#carousel {
    position: relative;
    width: 30%;
    max-width: 500px;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 10px;
    height: 200px;
}

.carousel-title {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out;/
}

.carousel-slide {
    min-width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-right: 4px;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-buttons {
    text-align: center;
    margin-top: 10px;
}

.carousel-button {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 1.2em;
    z-index: 10;
    margin: 0 10px;
}

.carousel-button:hover {
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
}

.carousel-container {
    display: flex;
    overflow: hidden; 
    max-width: 80%; 
    margin: 0 auto; 
    transition: transform 0.5s ease-in-out;
}

.orange-bar {
    width: 100%;
    height: 50px;
    background-color: rgb(231, 122, 27);
    opacity: 0.64;
}

.orange-bar-1 {
    margin-top: -35px;
    margin-left: 57px;
    width: 70%;
    height: 10px;
}

.text-with-bar {
    text-align: center;
}

.presentation__image {
    margin-left: 30px;
    margin-top: 60px;
}

.presentation__title {
    margin-bottom: 20px;
    color: white;
    font-size: 1.5em;
}

.presentation__text {
    color: white;
    margin-left: 15px;
    margin-right: 15px;
    font-family: "Mulish";
    line-height: 25px;
}

.festival-info__text {
    color: white;
    margin-left: 28px;
    margin-bottom: 40px;
    margin-right: 20px;
    font-family: "Mulish";
    line-height: 25px;
}

.schedule__text {
    color: white;
    margin-right: 20px;
    margin-left: 20px;
    font-family: "Mulish";
    line-height: 25px;
}

.target-audience__title {
    margin-left: 28px;
    color: white;
    font-family: "Mulish";
    line-height: 25px;
}

.target-audience__list ul {
    margin-left: 28px;
}

.target-audience__item {
    margin-bottom: 20px;
    color: white;
}

.location__image {
    margin-left: 63px;
}

.location__text {
    color: white;
    margin-left: 28px;
    font-family: "Mulish";
    line-height: 25px;
}

.attraction__image {
    margin-left: 35px;
}

.attraction__text {
    margin-left: 28px;
    color: white;
    font-family: "Mulish";
    line-height: 25px;
}

.cta-section__text {
    color: white;
    margin-left: 20px;
    margin-top: 80px;
    font-family: "Mulish";
    line-height: 22px;
}